Project ID | EAD868658E0D257F85258ADD00779AEB |
Version | |
Class ID | 343C824B4BFB985A85258ADF0061D5BB |
Class Type | Derived |
Derived From | azlwListCarrier |
Attributes |
isBlank (Get) As Boolean |
TaggedValues (Get) As StringList |
uniqueValues (Get) As Variant |
getContent() As Variant |
getValue(key As String) As String |
replaceMoustacheTags(source As StringsCarrier) As String |
replaceStringTags(source As String) As String |
writeToFile(target As String) As Long |
addAll(source As StringList) |
clear() |
clearBlanks() |
Delete() |
New() |
removeElement(key As String) |
setElementValue(key As String, value As Variant) |
Public Property Get isBlank As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Object's content contains only blank strings |
Public Property Get TaggedValues As StringList | ||||
---|---|---|---|---|
Tagged Values of the object NOTE: It is expected that this property will be overridden by child classes |
Public Sub addAll(source As StringList) | ||||
---|---|---|---|---|
Adds all elements of another StringList to this object. | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | StringList | StringList containining elements to be added |
Public Sub removeElement(key As String) | ||||
---|---|---|---|---|
Removes an element from the internal list | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | key | String | Unique key identifying the element to be removed |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.